gtk-demo: Add some details
authorMatthias Clasen <mclasen@redhat.com>
Mon, 14 Sep 2020 20:11:11 +0000 (16:11 -0400)
committerMatthias Clasen <mclasen@redhat.com>
Mon, 14 Sep 2020 20:11:11 +0000 (16:11 -0400)
demos/gtk-demo/builder.c

index b6c3afbc0992b844736eb36e4ddb48d2227771f3..7699b3d0f6ed075766df376ba7e47b05cafdf597 100644 (file)
@@ -1,6 +1,7 @@
 /* Builder
  *
- * Demonstrates an interface loaded from a XML description.
+ * Demonstrates a traditional interface, loaded from a XML description,
+ * and shows how to connect actions to the menu items and toolbar buttons.
  */
 
 #include <gtk/gtk.h>